home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / DTS QT Utilities.Aug-95 / Projects & Test Apps / Drag&Drop Shell / TestFunction.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-10  |  345 b   |  22 lines  |  [TEXT/MPCC]

  1. /*
  2.     File:        RecompressMovie.h
  3.  
  4.     Contains:    Functions for recompression of QuickTime movies.
  5.  
  6.     Written by:    DTS
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.        <1>         1/30/95    khs        first file
  13.        
  14. */
  15.  
  16.  
  17. #pragma once
  18.  
  19.  
  20. // FUNCTION PROTOTYPES
  21. pascal OSErr     TestFunction(FSSpec *theMovieFile);
  22.